home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 2000 August / Designer's Club 2000 August.iso / pc / DC Users Guide / Tutorials / Flash_Tutorial.exe / Flash_Tutorial.DXR / 00166.ls < prev    next >
Encoding:
Text File  |  2000-06-29  |  208 b   |  15 lines

  1. on mouseEnter me
  2.   puppetSound(2, "buttonflicker")
  3.   cursor(280)
  4.   set the memberNum of sprite 30 to 74
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor(-1)
  9.   set the memberNum of sprite 30 to 165
  10. end
  11.  
  12. on mouseUp
  13.   halt()
  14. end
  15.